home *** CD-ROM | disk | FTP | other *** search
/ Adobe Graphics & Publishing SDK 1996 December / Adobe Graphics & Publishing SDK 1996 December.iso / mac / PageMaker 6.5 SDK Mac / SourceCode / PageMakerClassLibrary / Queries / PGetTypeOptions.h < prev    next >
C/C++ Source or Header  |  1996-09-04  |  637b  |  33 lines

  1. /*
  2.  *--- PGetTypeOptions.h ---------------------------------------------------
  3.  * Copyright (c) 1995-96 Adobe Systems Incorporated.  All rights reserved.
  4.  * Created on Sun, Oct 22, 1995 @ 4:49 PM by Paul Ferguson.
  5.  *
  6.  * Description:
  7.  *-------------------------------------------------------------------------
  8.  */
  9. #ifndef __PGetTypeOptions__
  10. #define __PGetTypeOptions__
  11.  
  12.  
  13. #include "PMTypes.h"
  14.  
  15. class PGetTypeOptions
  16. {
  17.  
  18. public:
  19.  
  20.     PGetTypeOptions();
  21.     
  22.     short    nSmallCapSize;
  23.     short    nSuperSubSize;
  24.     short    nSuperPos;
  25.     short    sSubPos;
  26.     short    dBaseline;
  27.     PMBool    bDirection;
  28. };
  29.  
  30. #endif
  31.  
  32. // end of PGetTypeOptions.h
  33.